Motion.GetCamTable method

Gets the information of a cam table.

Namespace: IntervalZero.KINGSTAR.OpcUa.Api

Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0

Syntax

C#VB
public KsReturn<McCamTable> GetCamTable(
       int Index
)
Public Function GetCamTable(
       Index As Integer
) As KsReturn(Of McCamTable)

Parameters

Index [in]

Type: int

The index of an axis. Indexes are zero based.

Return value

Type: KsReturn <McCamTable>

Returns a KsError code and an McCamTable value.

Examples

C#
N/A

See also

Motion Class

IntervalZero.KINGSTAR.OpcUa.Api Namespace